home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Internet MacSoftware / gTelnet2.5 / config.tel next >
Encoding:
Text File  |  1992-03-23  |  1.8 KB  |  46 lines  |  [TEXT/NCSA]

  1. #
  2. #  Example host file for new Telnet 2.4.x
  3. #
  4. #  This file is free form
  5. #  Separators are any char <33 and :;=
  6. #
  7. #  The form is keyword=value for each parameter.
  8. #  The first set of parameters refer to the whole program's defaults.
  9. #  Following this are the individual machine specs.
  10. #  If the first machine is name "default", then it may contain default
  11. #  values for the rest of the machines.
  12. #
  13. #  Note:  When running the MacTCP drivers, the following fields are meaningless
  14. #  (unless you're using SLIP), but may be included for compatibility with systems 
  15. #  which do not have MacTCP:  gateway,arptime,rwin,mtu,maxseg,retrans,zone
  16. #
  17. hardware=MacTCP        # Network connection type
  18.             #    values are: MacTCP, AppleTalk, Ether
  19.             #    Ether<n>, EtherSE, EtherSC
  20. #zone="Zone"        # Which zone the gateway is in (AppleTalk only)
  21. #ftp=yes        # do you want ftp enabled on startup?
  22. termtype="vt100"    # terminal type to advertise
  23. arptime=2        # arp timeout in seconds
  24. commandkeys=yes        # of course we want Command Keys as the default
  25. domain=cs.byu.edu
  26. passfile=telnetpasswords
  27. #eightbit=no        # necessary for some hosts
  28. #linemode=no        # necessary for some hosts
  29. #
  30. #  Following are individual machine specifications
  31. #  Only gateway and nameserver level 1 are used
  32. #
  33. #  The machine named "default" contains the fields which are automatically
  34. #  filled in for later hosts
  35. #
  36. name = default
  37. #port=23                # choose the TCP port for telnet (std = 23)
  38. scrollback=100        # number of lines of scrollback per session
  39. vtwrap=no        # default mode is no wrap....
  40. erase=delete            # use delete code instead of backspace
  41. contime=60              # timeout in seconds to try connection
  42. retrans=20              # starting retransmit time out in ticks
  43. mtu=512                 # maximum transmit unit in bytes
  44. maxseg=512        # largest segment we can receive
  45. rwin=512                # most bytes we can receive without ACK
  46.